<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

  
.p-title {
	text-align: center;
}

.p-title p {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.p-title span {
	margin-top: 10px;
	color: #ff9306;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.p-title span::before {
	position: absolute;
	content: '';
	height: 1px;
	width: 53px;
	background: #c1c1c1;
	top: 50%;
	margin-top: -1px;
	left: -65px;
}

.p-title span::after {
	position: absolute;
	content: '';
	height: 1px;
	width: 53px;
	background: #c1c1c1;
	top: 50%;
	margin-top: -1px;
	right: -65px;
}


/*首页*/

.product {
	margin-top: 53px;
}

.product_box {
	margin-top: 53px;
}

.product_box a div.pro_p {
	overflow: hidden;
}

.product_box a div.pro_p img {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.product_box a div.pro_t {
	width: 90%;
	margin: 0 auto;
	position: relative;
	top: -55px;
	background: #FFFFFF;
	text-align: center;
	padding-top: 40px;
	padding-left: 35px;
	padding-right: 35px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.product_box a div.pro_t span {
	color: #505050;
	font-size: 24px;
	position: relative;
}

.product_box a div.pro_t span::before {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -23px;
	bottom: -15px;
	width: 46px;
	height: 2px;
	background: #ff0000;
}

.product_box a div.pro_t p {
	margin-top: 30px;
	color: #4f4f4f;
	font-size: 15px;
}

.product_box .swiper-container .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #c0c0c0;
}

.product_box .swiper-container .swiper-pagination-bullet-active {
	background: #ff9306;
}

.product_box .swiper-container a:hover div.pro_p img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.product_box .swiper-container a:hover div.pro_t {
	transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
}

.about {
	margin-top: 30px;
	background: #eff4f7;
	padding-top: 50px;
	position: relative;
	overflow: hidden;
	background: url(/include/img/about_bg.jpg) repeat-x bottom;
}

.about_box {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0px;
}

.about_box&gt;img {
	position: absolute;
	left: -30px;
	bottom: 0px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.about_box:hover&gt;img {
	transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
}

.about_box .ab-f {
	padding-top: 50px;
	float: right;
	width: 50%;
}

.about_box .ab-f .cntent p {
	color: #333333;
	font-size: 16px;
	line-height: 27px;
}

.about_box .ab-f .cntent a {
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 27px;
	border: 2px solid #ff9306;
	border-radius: 30px;
	background: url(../img/index/04.png) no-repeat center;
	background-position-x: 95%;
	float: right;
	margin-top: 50px;
	transition: all 0.2s ease-in-out;
}

.about_box .ab-f .cntent a:hover {
	background-color: #ff9306;
	color: #FFFFFF;
}

.about_box .numbers {
	position: absolute;
	width: 50%;
	height: 140px;
	right: 0px;
	bottom: 0px;
}

.about_box .numbers .sts_list {
	float: left;
	width: 33.333%;
	text-align: center;
	position: relative;
	margin-top: 40px;
}

.about_box .numbers .sts_list:not(:last-child)::before {
	width: 1px;
	height: 65px;
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.5);
	right: 0px;
	top: 50%;
	margin-top: -32.5px;
}

.about_box .numbers .sts_list font {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.about_box .numbers .sts_list span {
	font-size: 24px;
	color: #ffffff;
}

.about_box .numbers .sts_list p {
	font-size: 14px;
	color: #fffc06;
}

.quality {
	margin-top: 53px;
}

.quality .quality-box {
	margin-top: 53px;
	background: #f2f2f2;
}

.quality .quality-box .qua_list {
	float: left;
	width: 25%;
}

.quality .quality-box .qua_list div {
	height: 240px;
}

.quality .quality-box .qua_list .q-p {
	overflow: hidden;
	border-left: 3px solid #fdb400;
}

.quality .quality-box .qua_list .q-p img {
	transition: all 0.3s ease-in-out;
}

.quality .quality-box .qua_list .q-t {
	padding-left: 30px;
	padding-top: 20%;
	padding-right: 30px;
	transition: all 0.3s ease-in-out;
}

.quality .quality-box .qua_list .q-t span {
	color: #404040;
	font-size: 24px;
}

.quality .quality-box .qua_list .q-t p {
	color: #404040;
	font-size: 14px;
	margin: 22px 0px;
}

.quality .quality-box .qua_list .q-t a {
	color: #fdb400;
	font-size: 14px;
}

.quality .quality-box .qua_list:hover .q-p img {
	transform: scale(1.1);
}

.quality .quality-box .qua_list:hover .q-t {
	padding-top: 15%;
}

.news {
	margin-top: 53px;
	background: #eff4f7;
	padding-top: 50px;
	padding-bottom: 80px;
}

.news .news_box {
	margin-top: 53px;
}

.btn-switch {
	text-align: center;
	margin-top: 30px;
}

.btn-switch a {
	display: inline-block;
	width: 107px;
	height: 35px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #333333;
	border: 2px solid #ff9306;
	outline: none;
	border-radius: 30px;
	margin-right: 20px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background: #ffffff;
}
.btn-switch a.active,
.btn-switch a:hover{
	background: #ff9306;
	color: #FFFFFF;
}

.news_list {
	float: left;
	width: 29.28571428571429%;
	cursor: pointer;
	margin-right: 6%;
	transition: all 0.3s ease-in-out;
	padding-bottom: 30px;
}

.news_list:nth-child(3n) {
	float: right;
	margin-right: 0px;
}

.news_list .n-p {
	overflow: hidden;
}

.news_list .n-p img {
	transition: all 0.3s ease-in-out;
}

.news_list .n-t&gt;div {
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 29px;
}

.news_list .n-t&gt;div span {
	color: #999999;
	font-size: 15px;
	float: left;
	display: block;
	height: 36px;
	line-height: 36px;
}

.news_list .n-t&gt;div .bdsharebuttonbox {
	float: right
}

.news_list .n-t p {
	color: #333333;
	font-size: 20px;
	line-height: 27px;
	padding: 0px 20px 0px 20px;
}

.news_list:hover .n-p img {
	transform: scale(1.1);
}

.news_list:hover .n-t p {
	color: #df6900;
}

.news_list:hover {
	transform: translateY(-30px);
	box-shadow: 0px 0px 50px #ebebeb;
}


/*兼容*/
@media screen and (min-width:1481px) and (max-width: 1700px) {
.quality .quality-box .qua_list .q-p img {
    
    width: 100%;
    height: 100%;
}
    .head .nav &gt; ul:first-child &gt; li ul.navs li {
        margin-right: 15px;
    }

}
@media screen and (min-width: 1300px) and (max-width: 1660px) {
    .quality .quality-box .qua_list .q-p img {
        transition: all 0.3s ease-in-out;
        height: 100%;
    }

    .about &gt; img {
        height: 577px;
    }

    .about_box &gt; img {
        width: 710px;
    }
}</pre></body></html>